home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / B50PROGS.SHR / DOOM.B50 < prev    next >
Encoding:
Text File  |  1995-06-08  |  2.9 KB  |  98 lines

  1.  
  2. REM                             Doom by ID
  3.  
  4. REM                            FLCS & WCS II
  5.  
  6. REM              Written and Tested by Ed Bowser - August, 1994
  7.  
  8. REM ╔══════════════════════════════════╗
  9. REM ║ Mark II WCS Base Switch Settings ║
  10. REM ║ Black Switch = Digital           ║
  11. REM ║ Red Switch       = Digital       ║
  12. REM ╚══════════════════════════════════╝
  13.  
  14. REM NOTE:  No throttle statement is needed with the WCS II run thru the
  15. REM        FLCS as analog! When no throttle statement is encountered for the
  16. REM        WCS II, it is assumed ANALOG and the RED switch must be in ANALOG.
  17.  
  18. REM ╔═════════════════════════════════════════════════════════════╗
  19. REM ║Game Settings: In the Doom setup program, select a joystick  ║
  20. REM ║and program the joystick buttons for strafe and use to the   ║
  21. REM ║buttons specified in this file.  You can use your existing   ║
  22. REM ║strafe and use settings, if different, but you'll have to    ║
  23. REM ║change the Doom M50 file to match them.                      ║
  24. REM ╚═════════════════════════════════════════════════════════════╝
  25.  
  26. Mdef Doom
  27.  
  28. REM ╔════════════╗
  29. REM ║ Enable WCS ║
  30. REM ╚════════════╝
  31.  
  32. USE WCS
  33.  
  34. REM ╔═════════════════════════╗
  35. REM ║ Set Throttle Delay Rate ║
  36. REM ╚═════════════════════════╝
  37.  
  38. RATE 20
  39.  
  40. REM ╔════════════════════════╗
  41. REM ║FLCS Buttons Commands:  ║
  42. REM ╚════════════════════════╝
  43.  
  44. BTN TG2
  45.  
  46. BTN H1U Resupply
  47. BTN H1L Behold_Menu
  48. BTN H1R Invincible
  49. BTN H1D Extra_Map_Detail
  50.  
  51. BTN S1 Push
  52. BTN S2 Pass_Thru_Walls
  53. BTN S3 Yes
  54. BTN S4 No
  55.  
  56. BTN H2U Fast_Forward
  57. BTN H2L Fast_Strafe_Lft
  58. BTN H2R Fast_Strafe_Rht
  59. BTN H2D Fast_Back
  60.  
  61. BTN H3U Fast_Turn_Right
  62. BTN H3L Turn_Left
  63. BTN H3R Turn_Right
  64. BTN H3D Fast_Turn_Left
  65.  
  66. BTN H4U Quick_Save
  67. BTN H4L Zoom_View_In
  68. BTN H4R Zoom_View_Out
  69. BTN H4D Quick_Load
  70.  
  71. REM ╔════════════════════════╗
  72. REM ║WCS II Buttons Commands:║
  73. REM ╚════════════════════════╝
  74.  
  75. BTN T1 Fist/Chainsaw
  76. BTN T2 Pistol
  77. BTN T3 Shotgun
  78. BTN T4 Chaingun
  79. BTN T5 Rocket_Launcher
  80. BTN T6 Plasma_Rifle
  81. BTN T7 /P /N Toggle_Map
  82.        /R /N Toggle_Map
  83. BTN T8 /P /N ESC
  84.        /R /N ESC
  85.  
  86. REM ╔═══════════════════════════════════════════════════════════════════╗
  87. REM ║                                                                   ║
  88. REM ║ NOTE: THIS FILE IS TO BE USED WITH THE F16C BLOCK 50 FLCS         ║
  89. REM ║ Joystick Controller made exclusively by ThrustMaster, Inc.        ║
  90. REM ║                                                                   ║
  91. REM ║ Don't have one of these joysticks that are so realistic they look ║
  92. REM ║ like they've been ripped out of the jet?  Just pick up your phone ║
  93. REM ║ and dial 503-639-3200 or fire up the FAX machine and send a FAX   ║
  94. REM ║ to ThrustMaster, Inc.  Ask for the Order department.  Have your   ║
  95. REM ║ Visa or MasterCard ready.                                         ║
  96. REM ║                                                                   ║
  97. REM ╚═══════════════════════════════════════════════════════════════════╝
  98.